home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 46 / Amiga Format CD46 (1999-10-20)(Future Publishing)(GB)[!][issue 1999-12].iso / -in_the_mag- / reader_requests / scilab / tests / evans.tst < prev    next >
Text File  |  1999-09-16  |  129b  |  9 lines

  1. s=poly(0,'s')
  2. n=1+s;
  3. d=real(poly([-1 -2 -%i %i],'s'));
  4. evans(n,d,100);
  5. n=real(poly([0.1-%i 0.1+%i,-10],'s'));
  6. evans(n,d,80);
  7.  
  8.  
  9.